See Also

ToolbarItemCollection Class  | ToolbarItemCollection Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

index
The zero-based index at which the new elements should be inserted.
c
The collection whose elements are inserted into this collection.
See Also Languages PowerWEB TextBox for ASP.NET

InsertRange(Int32,BaseToolbarItem[]) Method

Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > InsertRange Method : InsertRange(Int32,BaseToolbarItem[]) Method

Inserts the elements of a collection into this collection at the specified index.

[Visual Basic]
Overloads Public Sub InsertRange( _    ByVal index As Integer, _    ByVal c() As BaseToolbarItem _ )
[C#]
public void InsertRange(    int index,    BaseToolbarItem[] c );
[C++]
public: void InsertRange(    int index,    BaseToolbarItem*[]* c )
[C++/CLI]
public: void InsertRange(    int index,    BaseToolbarItem^array<c>^ c )

Parameters

index
The zero-based index at which the new elements should be inserted.
c
The collection whose elements are inserted into this collection.

Remarks

This method both inserts the objects in c into the collection, and adds a reference to these objects in the ASP.NET web control heirarchy.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

ToolbarItemCollection Class  | ToolbarItemCollection Members  | Overload List


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.